home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
sml_nj
/
93src.lha
/
src
/
print
/
ppdec.sig
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-27
|
184 b
|
9 lines
(* Copyright 1989 by AT&T Bell Laboratories *)
signature PPDEC =
sig
type object
val ppDec : Modules.env -> PrettyPrint.ppstream -> Absyn.dec
-> (int -> object) -> unit
end